home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999…tember: Reference Library / Apple Developer CD Series Reference Library (Apple, Inc.) (September 1999)(Disk 2).iso / Technical Publications / webobjects / frametest.js < prev    next >
Encoding:
Text File  |  1999-07-22  |  427 b   |  23 lines  |  [TEXT/R*ch]

  1. <!--
  2.  
  3. if (parent.frames.length != 0) {
  4.     var frameLink = '<img src="../../../../../../../../../../images/hideframes.gif" border="0">';
  5. }
  6.  
  7. else {
  8. var frameLink = '<img src="../../../../../../../../../../images/showframes.gif" border="0">';}
  9.  
  10. function testFrame(){
  11. if (parent.frames.length != 0) {
  12.     top.location = self.location;
  13.    // loaded in frames
  14.  }
  15.  else {
  16.  
  17.  location='../index2.html';
  18.    // not loaded frames
  19.  }
  20.  }
  21.  
  22. //-->
  23.